home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineButton2_377 / BUTTONCONDACTION on(press, rollOut, dragOut).as next >
Encoding:
Text File  |  2002-03-20  |  338 b   |  11 lines

  1. on(press, rollOut, dragOut){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    set("_level0/ch_shell/call:colourObject",_target add "/togglebackground");
  7.    set("_level0/ch_shell/call:colourInstance","colour");
  8.    set("_level0/ch_shell/call:methodName","normal");
  9.    call("_level0/ch_shell/call:colourMethod");
  10. }
  11.